Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ybalt committed Dec 4, 2015
1 parent 17ddea0 commit 3dee86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Prepereqisites:
To run Ansible Tower there is two ways:
Create container without external data mounts so if you remove container, all Postgres data that used by AT is lost:
```
# 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
```
OR
Create separate data-only container, it will save your DB data even if ast container removed(upgrade, etc):
Expand Down

0 comments on commit 3dee86a

Please sign in to comment.