We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ddea0 commit 3dee86aCopy full SHA for 3dee86a
README.md
@@ -11,7 +11,7 @@ Prepereqisites:
11
To run Ansible Tower there is two ways:
12
Create container without external data mounts so if you remove container, all Postgres data that used by AT is lost:
13
```
14
-# docker run -t -d -p 443:443 -v ~/certs:/certs -e SERVER_NAME=localhost --name=ast ybalt/ansible-tower
+# docker run -t -d -p 443:443 -p 8080:8080 -v ~/certs:/certs -e SERVER_NAME=localhost --name=ast ybalt/ansible-tower
15
16
OR
17
Create separate data-only container, it will save your DB data even if ast container removed(upgrade, etc):
0 commit comments