mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
expose ssh via 2222
This commit is contained in:
@@ -26,5 +26,5 @@ RUN /etc/init.d/postgresql start; cd /tower ; make migrate ; make init ; /etc/in
|
||||
ADD start_everything.sh /start_everything.sh
|
||||
ADD start_development.sh /start_development.sh
|
||||
|
||||
EXPOSE 8013 8080 27017
|
||||
EXPOSE 8013 8080 27017 22
|
||||
CMD /start_development.sh
|
||||
|
||||
Reference in New Issue
Block a user