update docker compose

This commit is contained in:
2026-05-08 21:32:52 +00:00
parent 5e10af882b
commit 4b15ccc09e
2 changed files with 8 additions and 5 deletions
+7 -5
View File
@@ -17,9 +17,11 @@ services:
MAX_IMAGE_DIMENSION: ${MAX_IMAGE_DIMENSION:-1600}
WEBP_QUALITY: ${WEBP_QUALITY:-85}
volumes:
- meme_protocol_data:/data
ports:
- "127.0.0.1:18080:8080"
- ./data:/data
networks:
npm_proxy:
ipv4_address: http://192.168.99.21
volumes:
meme_protocol_data:
networks:
npm_proxy:
external: true