Skip to content

Commit dee564f

Browse files
committed
Update README.md
1 parent b9a8a8d commit dee564f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Follows [https://semaphoreci.com/community/tutorials/dockerizing-a-python-django
55
## Run from dockerhub
66

77
```sh
8-
$ docker run -dp 8020:8020 -e DJANGO_SUPERUSER_USERNAME=admin -e DJANGO_SUPERUSER_PASSWORD=sekret1 -e [email protected] staeff/martordemo
8+
$ docker run -dp 8080:8080 -e DJANGO_SUPERUSER_USERNAME=admin -e DJANGO_SUPERUSER_PASSWORD=sekret1 -e [email protected] staeff/martordemo
99
```
1010

1111
## Run locally with docker-compose
@@ -19,9 +19,14 @@ $ docker-compose up -d
1919
```sh
2020
$ git clone https://github.com/staeff/martordemo.git
2121
$ docker build -t martordemo .
22-
$ docker run -it -p 8020:8020 \
22+
$ docker run -it -p 8080:8080 \
2323
-e DJANGO_SUPERUSER_USERNAME=admin \
2424
-e DJANGO_SUPERUSER_PASSWORD=sekret1 \
2525
2626
martordemo
2727
```
28+
29+
## Deploy to fly.io
30+
31+
The app is ready to be deployed to fly.io. It should be a matter of just issueing `flyctl deploy`.
32+
Maybe the app name in `fly.toml` needs to be changed, because the need to be unique.

0 commit comments

Comments
 (0)