8 lines
No EOL
229 B
Text
Executable file
8 lines
No EOL
229 B
Text
Executable file
services:
|
|
photofield:
|
|
ports:
|
|
- ${IP}:${PORT}:8080
|
|
volumes:
|
|
# - ${DATA_DIR}/data:/app/data
|
|
- ${DATA_DIR}/photos:/app/photos:ro
|
|
image: ghcr.io/smilyorg/photofield |