Skip to content

Commit 35657b8

Browse files
authored
Update getanymessage service configuration
Updated the getanymessage service to use the latest image and changed network mode to host.
1 parent 7c7e9fa commit 35657b8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
services:
22
getanymessage:
3-
image: hub.madelineproto.xyz/danog/madelineproto
3+
image: hub.madelineproto.xyz/danog/madelineproto:latest
44
restart: always
55
init: true
66
tty: true
77
working_dir: /app/src
88
volumes:
99
- ./:/app
1010
command: php /app/src/bot.php
11-
12-
extra_hosts:
13-
- "host.docker.internal:host-gateway"
11+
network_mode: "host"

0 commit comments

Comments
 (0)