FEATURE: add a command for accessing the bash terminal

This commit is contained in:
nobohan
2023-06-22 11:08:13 +02:00
parent 773cf9c60f
commit 291ef08507
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ services:
image: overv/openstreetmap-tile-server
volumes:
- osm-data:/data/database/
- ./run.sh:/run.sh
ports:
- "8080:80"
command: "run"