disable restart: unless-stopped
This commit is contained in:
parent
1e53adc0a4
commit
1589f53290
@ -28,7 +28,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
image: docker.1ms.run/redis:7-alpine
|
image: docker.1ms.run/redis:7-alpine
|
||||||
container_name: ruoyi-redis
|
container_name: ruoyi-redis
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
@ -44,7 +44,7 @@ services:
|
|||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
image: docker.1ms.run/phpmyadmin:5
|
image: docker.1ms.run/phpmyadmin:5
|
||||||
container_name: ruoyi-phpmyadmin
|
container_name: ruoyi-phpmyadmin
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8081:80"
|
- "8081:80"
|
||||||
environment:
|
environment:
|
||||||
@ -59,7 +59,7 @@ services:
|
|||||||
redisinsight:
|
redisinsight:
|
||||||
image: docker.1ms.run/redis/redisinsight:2.64
|
image: docker.1ms.run/redis/redisinsight:2.64
|
||||||
container_name: ruoyi-redisinsight
|
container_name: ruoyi-redisinsight
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8001:5540"
|
- "8001:5540"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user