We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807fb18 commit b52aed8Copy full SHA for b52aed8
docker-compose.yml
@@ -25,8 +25,6 @@ services:
25
restart: always
26
ports:
27
- "6379:6379"
28
- volumes:
29
- - ./scriptfiles/docker/redis/redis.conf:/usr/local/etc/redis/redis.conf
30
environment:
31
- REDIS_PASSWORD=root
32
- REDIS_PORT=6379
@@ -55,7 +53,7 @@ services:
55
53
SERVER_PATH: ${SERVER_PATH}
56
54
SERVER_GZ: ${SERVER_GZ}
57
entrypoint: "/start.sh"
58
- image: dmolokanov:samp-server
+ image: dokersmerk/samp-server:latest
59
60
- ${EXTERNAL_PORT}:7777/tcp
61
- ${EXTERNAL_PORT}:7777/udp
0 commit comments