Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 26, 2023
1 parent 8d7b385 commit a009111
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker run -d \
-e FAM_INSTALLPASSWORD="very_secure_password_12345" \
-v flightairmap_db:/var/lib/mysql \
-v flightairmap_webapp:/var/www/flightairmap \
mikenye/flightairmap
ghcr.io/sdr-enthusiasts/docker-flightairmap:latest
```

On the first run of the container, the database will be created & populated and data will be downloaded from the internet. This process can take quite some time. On my system, around 30 minutes. Once the first run processes are finished, to access FlightAirMap, you can:
Expand All @@ -68,7 +68,7 @@ volumes:

services:
flightairmap:
image: mikenye/flightairmap:latest
image: ghcr.io/sdr-enthusiasts/docker-flightairmap:latest
tty: true
container_name: flightairmap
restart: always
Expand Down Expand Up @@ -120,11 +120,9 @@ services:
- MYSQL_PASSWORD=xi6Paig4yeitae3Pah9aew3j
volumes:
- fam_db:/var/lib/mysql
networks:
- flightairmap
flightairmap:
image: famtest:latest
image: ghcr.io/sdr-enthusiasts/docker-flightairmap:latest
tty: true
container_name: flightairmap
restart: always
Expand All @@ -141,8 +139,6 @@ services:
- MYSQLROOTPASSWORD=shai5Eisah7phe0aic5foote
volumes:
- fam_webapp:/var/www/flightairmap
networks:
- flightairmap
depends_on:
- flightairmap_db
```
Expand Down

0 comments on commit a009111

Please sign in to comment.