update docker compose
This commit is contained in:
+7
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user