Skip to content

Commit c803b93

Browse files
authored
Fix port in docker-compose.yml (#28)
1 parent b285553 commit c803b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
environment:
66
- PIPER_VOICE="en_US-lessac-medium"
77
ports:
8-
- 10300:10300
8+
- 10200:10200
99
volumes:
1010
- /path/to/persistent/data:/data
1111
restart: unless-stopped

0 commit comments

Comments
 (0)